v1.4.0 xxxxx
    If the environment variable "PREVIEW" is set to "0"(zero), then the run command will
    hide the interface. That is, running at background.

v1.4.2 20 October 2004
    Get around for the error "3190" with excel (Too many fields defined)

    New environment variable "Option_NewDB" is introduced to handle the error.
    If "set Option_NewDB = Y" is described before the "save" command. The database file
    is going to be removed and the data is saved to new database file.

v1.4.2 10 November 2004
    Complied with VB6 to get around the runtime error "Out of memory(2004)" on some newly
    delivered PC.

v1.4.3 12 January 2005
    Fixed problem on importing floating-point number when a comma is used for decimal point.

v1.4.4 10 August 2005
    Fixed problem on detecting the hidden folder.
    The iwRocket did not recognize the folder if it existed with the hidden attribute. 
    It tried, therefore, to create the folder but aborted.

v1.4.4 12 August 2005
    If there is no TEMP, nor TMP variable defined, the "%USERPROFILE%\Local Setting\Temp"
    subdirectory is used to substitute the temporary placeholder.

    The program accepts the DOS variables as a part of the value in "location" syntax, 
    and they will be resolved at the runtime. For example,
    "location = %USERPROFILE%\Local Setting\Temp" will be interpreted at the runtime as
    "location = C:\Documents and Settings\xxx\Local Setting\Temp" with the user "xxx".

v1.4.6 08 September 2005
    Fixed the problem related to the GetAttr() function that returns the incorrect 
    attribute mask value if the user is ordinary user.

v1.4.7 15 September 2005
    You can now use the local variables not only at the "location" syntax but also at 
    the "run" or "open" syntax. And the variable will be replaced by the value of 
    the variable at the runtime.

 

